home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- public interface ConversionErrors {
- int SEVERITY_NOTE = 0;
- int SEVERITY_WARNING = 1;
- int SEVERITY_SEVERE = 2;
- int TYPE_NOT_SUPPORTED = 100;
- int ENTITY_EXPANDED_IN_DECL = 101;
- int GLOBAL_ATTRS_NOT_SUPPORTED = 102;
- int GLOBAL_ATTRS_REQUIRED = 103;
- int FACET_NOT_SUPPORTED = 104;
- int EXTENDS_NOT_SUPPORTED = 105;
- int CLOSED_CM_LOST = 106;
- int CM_MIXED_ANY_NOT_SUPPORTED = 107;
- int CMT_MIN_MAX_OCCURS = 108;
- int CMT_LOCAL_TAG = 109;
- int STRAIGHT_MSG = 999;
- }
-